-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate SampleBarChart to new Formatting Model Pane #102
base: main
Are you sure you want to change the base?
Conversation
…d strings localization
…ngSettingsService Modify formatting settings to use formatting model utils service & Add strings localization
remove displayNames from capabilities replace displayNameKey by DisplayName in FormattingSettings
will this ever be merged? |
Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
…d strings localization Signed-off-by: Sherein Dabbah <[email protected]>
remove displayNames from capabilities replace displayNameKey by DisplayName in FormattingSettings Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
Signed-off-by: Sherein Dabbah <[email protected]>
…ub.com/microsoft/PowerBI-visuals-sampleBarChart into dev/sdabbah/formattingmodel-interfaces
…ub.com/microsoft/PowerBI-visuals-sampleBarChart into dev/sdabbah/formattingmodel-interfaces Signed-off-by: Sherein Dabbah <[email protected]>
…ub.com/microsoft/PowerBI-visuals-sampleBarChart into dev/sdabbah/formattingmodel-interfaces Signed-off-by: Sherein Dabbah <[email protected]>
This reverts commit 890a500.
* populate colorSelector object categories formatting properties | ||
* @param dataPoints | ||
*/ | ||
populateColorSelector(dataPoints: BarChartDataPoint[]) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes the visual tightly bounded to the implementation of the formatting model. Is there any extendible pattern that could be used in case of multiple dynamic properties?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain more what do you mean by this comment
No description provided.